home *** CD-ROM | disk | FTP | other *** search
- ---RESERVED.DOC---
-
- Reserved Symbols of the A86 Assembler
-
- AAA ASCII adjust addition ELSEIF Conditional term
- AAD ASCII adjust division END Ignored for compatibility
- AAM ASCII adjust multiply ENDIF Conditional term
- AAS ASCII adjust subtract ENDP Ignored for compatibility
- ADC Add with carry ENDS End of segment
- ADD Instruction ENTER Instruction
- AH Byte register EQ Equals operator
- AL Byte register EQU Equate directive
- AND Instruction/operator ES Segment register
- ASSUME Ignored for compatibility EVEN Coerce to even address
- AX Word register EXTRN Ignored for compatibility
- B Byte memory specifier F Far specifier
- BH Byte register F2XM1 87 Instruction
- BIT Bit-mask operator FABS 87 Instruction
- BL Byte register FADD 87 Instruction
- BOUND Instruction FADDP 87 Instruction
- BP Word register FAR Far specifier
- BX Word register FBLD 87 Instruction
- BY Bytes-combine operator FBSTP 87 Instruction
- BYTE Byte memory specifier FCHS 87 Instruction
- CALL Instruction FCLEX 87 Instruction
- CBW Convert byte to word FCOM 87 Instruction
- CH Byte register FCOMP 87 Instruction
- CL Byte register FCOMPP 87 Instruction
- CLC Clear carry FDECSTP 87 Instruction
- CLD Clear direction FDISI 87 Instruction
- CLI Clear interrupt FDIV 87 Instruction
- CMC Complement carry FDIVP 87 Instruction
- CMP Compare FDIVR 87 Instruction
- CMPS Compare string FDIVRP 87 Instruction
- CMPSB Compare string byte FENI 87 Instruction
- CMPSW Compare string word FFREE 87 Instruction
- CODE Segment name FIADD 87 Instruction
- COMMENT Directive FICOM 87 Instruction
- CS Segment register FICOMP 87 Instruction
- CWD Convert word dword FIDIV 87 Instruction
- CX Word register FIDIVR 87 Instruction
- D Dword specifier FILD 87 Instruction
- DAA Decimal adjust add FIMUL 87 Instruction
- DAS Decimal adjust sub FINCSTP 87 Instruction
- DATA Segment name FINIT 87 Instruction
- DB Define bytes FIST 87 Instruction
- DD Define dwords FISTP 87 Instruction
- DEC Decrement FISUB 87 Instruction
- DH Byte register FISUBR 87 Instruction
- DI Word register FLD 87 Instruction
- DIV Divide FLD1 87 Instruction
- DL Byte register FLDCW 87 Instruction
- DQ Define Qwords FLDENV 87 Instruction
- DS Segment register FLDL2E 87 Instruction
- DT Define Twords FLDL2T 87 Instruction
- DUP Duplicate operator FLDLG2 87 Instruction
- DW Define words FLDLN2 87 Instruction
- DWORD Memory specifier FLDPI 87 Instruction
- DX Word register FLDZ 87 Instruction
- ELSE Conditional term FMUL 87 Instruction
-
- FMULP 87 Instruction JL Jump on less
- FNCLEX 87 Instruction JLE Jump less equal
- FNDISI 87 Instruction JMP Jump unconditional
- FNENI 87 Instruction JNA Jump not above
- FNINIT 87 Instruction JNAE Jump not above equal
- FNOP 87 Instruction JNB Jump not below
- FNSAVE 87 Instruction JNBE Jump not below equal
- FNSTCW 87 Instruction JNC Jump not carry
- FNSTENV 87 Instruction JNE Jump not equal
- FNSTSW 87 Instruction JNG Jump not greater
- FPATAN 87 Instruction JNGE Jump not greater equ
- FPREM 87 Instruction JNL Jump not less
- FPTAN 87 Instruction JNLE Jump not less equal
- FRNDINT 87 Instruction JNO Jump not overflow
- FRSTOR 87 Instruction JNP Jump not parity
- FSAVE 87 Instruction JNS Jump not sign
- FSCALE 87 Instruction JNZ Jump not zero
- FSETPM 87 Instruction JO Jump overflow
- FSQRT 87 Instruction JP Jump parity
- FST 87 Instruction JPE Jump parity even
- FSTCW 87 Instruction JPO Jump parity odd
- FSTENV 87 Instruction JS Jump on sign
- FSTP 87 Instruction JZ Jump on zero
- FSTSW 87 Instruction LABEL Declaration
- FSUB 87 Instruction LAHF Load AH flags
- FSUBP 87 Instruction LDS Load into DS
- FSUBR 87 Instruction LE Less equal operator
- FSUBRP 87 Instruction LEA Load eff address
- FTST 87 Instruction LEAVE Instruction
- FWAIT 87 Instruction LES Load into ES
- FXAM 87 Instruction LOCK Instruction
- FXCH 87 Instruction LODS Load string
- FXTRACT 87 Instruction LODSB Load string byte
- FYL2X 87 Instruction LODSW Load string word
- FYL2XP1 87 Instruction LONG Operator
- GE Greater/equal operator LOOP Instruction
- GT Greater than operator LOOPE Loop on equal
- HIGH High byte of word op LOOPNE Loop not equal
- HLT Halt LOOPNZ Loop not zero
- IDIV Integer divide LOOPZ Loop on zero
- IF Skip/conditional term LOW Operator
- IMUL Integer multiply LT Less than operator
- IN Input from port MACRO Directive
- INC Increment MOD Operator
- INCLUDE Ignored for compatibility MOV Instruction
- INS Input string MOVS Move string
- INSB Input string byte MOVSB Move string byte
- INSW Input string word MOVSW Move string word
- INT Interrupt MUL Multiply
- INTO Interrupt on overflow NAME Ignored for compatibility
- IRET Interrupt return NE Not equals operator
- JA Jump on above NEAR Operator
- JAE Jump above equal NEG Instruction
- JB Jump on below NIL No code instruction
- JBE Jump below equal NOP No operation
- JC Jump on carry NOT Instruction/operator
- JCXZ Jump on CX zero OFFSET Operator
- JE Jump on equal OR Instruction/operator
- JG Jump on greater ORG Directive
- JGE Jump greater equal OUT Output to port
-
- OUTS Output String XCHG Instruction
- OUTSB Output string byte XLAT Translate byte
- OUTSW Output string word XLATB Translate byte
- PAGE Ignored for compatibility XOR Instruction/operator
- POP Instruction
- POPA Pop all
- POPF Pop flags
- PROC Procedure Directive
- PTR Ignored for compatibility
- PUBLIC Ignored for compatibility
- PUSH Instruction
- PUSHA Push all
- PUSHF Push flags
- Q Qword specifier
- QWORD Memory specifier
- RADIX Directive
- RCL Rotate carry left
- RCR Rotate carry right
- REP Repeat prefix
- REPE Repeat while equal
- REPNE Repeat not equal
- REPNZ Repeat while zero
- REPZ Repeat non zero
- RET Return
- RETF Far Return
- ROL Rotate left
- ROR Rotate right
- SAHF Store AH to flags
- SAL Shift arith left
- SAR Shift arith right
- SBB Subtract with borrow
- SCAS Scan string
- SCASB Scan string byte
- SCASW Scan string word
- SEGMENT Directive
- SHL Instruction/operator
- SHORT Operator
- SHR Instruction/operator
- SI Word register
- SP Word register
- SS Segment register
- ST EQU 0 for compatibility
- STC Set carry
- STD Set direction
- STI Set interrupts
- STOS Store string
- STOSB Store string byte
- STOSW Store string word
- STRUC Structure directive
- SUB Instruction
- SUBTTL Ignored for compatibility
- T Tword specifier
- TEST Instruction
- THIS This-location specifier
- TITLE Ignored for compatibility
- TWORD Memory specifier
- TYPE Operator
- W Word specifier
- WAIT Instruction
- WORD Word specifier